widget: Remove gtk_widget_get_preferred_size mention from docs
authorTimm Bäder <mail@baedert.org>
Sun, 22 Jan 2017 14:01:53 +0000 (15:01 +0100)
committerTimm Bäder <mail@baedert.org>
Sun, 22 Jan 2017 14:01:53 +0000 (15:01 +0100)
Mention gtk_widget_measure instead.

gtk/gtkwidget.c

index eb234bc17e0b9e4b6d1e9786467a7769899f6c03..fb3b6f867ffdeb57a5e3b2accdd055fc55a48e4c 100644 (file)
@@ -9692,7 +9692,7 @@ gtk_widget_set_size_request (GtkWidget *widget,
  * @height indicates that that dimension has not been set explicitly
  * and the natural requisition of the widget will be used instead. See
  * gtk_widget_set_size_request(). To get the size a widget will
- * actually request, call gtk_widget_get_preferred_size() instead of
+ * actually request, call gtk_widget_measure() instead of
  * this function.
  **/
 void